func github.com/andybalholm/brotli.decodeLiteralBlockSwitchInternal

3 uses

	github.com/andybalholm/brotli (current package)
		decode.go#L1173: func decodeLiteralBlockSwitchInternal(safe int, s *Reader) bool {
		decode.go#L1183: 	decodeLiteralBlockSwitchInternal(0, s)
		decode.go#L1187: 	return decodeLiteralBlockSwitchInternal(1, s)